KeyDictionary.IDictionary<XmlQualifiedName, IList<Key>>.Values PropertyKeyDictionary.IDictionary(Of XmlQualifiedName, IList(Of Key)).Values PropertyKeyDictionary::IDictionary<XmlQualifiedName, IList<Key>>::Values Property

Syntax

Private ReadOnly Property Values As ICollection(Of IList(Of Key)) _
        Implements IDictionary.Values
        Get
private:
property ICollection<IList<Key^>^>^ Values {
    virtual ICollection<IList<Key^>^>^ System.Collections.Generic::IDictionary<TKey, TValue>::get() sealed;
}